projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24e1d8a
)
Fixed dropped NL at END:
author
robertl
<robertl>
Fri, 7 Jan 2005 01:18:31 +0000
(
01:18
+0000)
committer
robertl
<robertl>
Fri, 7 Jan 2005 01:18:31 +0000
(
01:18
+0000)
vcf.c
patch
|
blob
|
history
diff --git
a/vcf.c
b/vcf.c
index 9c4bcaa7067b1da877bac8b0210133065313f4b0..157796527840e1298cfc4a9d889a19b19f68919d 100644
(file)
--- a/
vcf.c
+++ b/
vcf.c
@@
-92,7
+92,7
@@
vcf_disp(const waypoint *wpt)
fprintf(file_out, "\\n\\nHINT:\\n");
vcf_print(wpt->gc_data.hint);
- fprintf(file_out, "END:VCARD\n");
+ fprintf(file_out, "
\n
END:VCARD\n");
}
static void